home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / wsc4c10.zip / IDE_INFO.DOC < prev    next >
Text File  |  1996-09-08  |  1KB  |  35 lines

  1. ***
  2. *** IDE_INFO.DOC
  3. ***
  4.  
  5. We do not distribute IDE files in our package because (1) they are
  6. very large, (2) they are not always upwardly compatible with  a
  7. particular IDE, (3) there is no standard project file format between
  8. compiler manufactures, and (4) they must be modified anyhow to provide
  9. the correct path names.
  10.  
  11. However, creating a project file within the IDE is very easy. Each
  12. application has a project file (eg: SIMPLE.PRJ, LOGIN.PRJ, SELFTEST.PRJ,
  13. etc.) containing the filenames that must be entered into the IDE.
  14.  
  15. *** Microsoft IDE:
  16.  
  17. Choose "Project", then "New". Select Win16 as the target. A dialog box
  18. will then pop up into which the project file names are entered.
  19.  
  20. *** Borland IDE:
  21.  
  22. Turn off LINKER case sensitivies: Choose "Options", "Projects", "Linker",
  23. "General". Turn off the "case sensitive link" and "case sensitive exports
  24. and imports" boxes.
  25.  
  26. Next, choose "Project", then "New Project". Use the INS (Insert) key to pop
  27. up a dialog box into which the project file names are entered.
  28.  
  29. *** Watcom IDE:
  30.  
  31. Choose "File", then "New Project". Enter the project name and then choose
  32. Win16 as the target. Use the INS (Insert) key to pop up a dialog box into
  33. which the project file names are entered.
  34.  
  35.